Object
TextHelper
TextHelper | Private constructor. |
AsBoolean | Reads the Text node as Boolean. |
AsDateTime | Reads the Text node as DateTime. |
AsDouble | Reads the Text node as Double. |
AsInt32 | Reads the Text node as Int32. |
AsInt64 | Reads the Text node as Int64. |
AsSingle | Reads the Text node as Single. |
AsString | Reads the Text node as String. |
AsUInt32 | Reads the Text node as UInt32. |
AsUInt64 | Reads the Text node as UInt64. |
Empty | Returns true if the Text object is Empty and not valid. |
Set | Sets Boolean value. |
Set | Sets DateTime value. |
Set | Sets Double value with no specific precision. |
Set | Sets Double value with precision specifier. |
Set | Sets Int32 value. |
Set | Sets Int64 value. |
Set | Sets Single value with no specific precision. |
Set | Sets Single value with precision specifier. |
Set | Sets String value. |
Set | Sets UInt32 value. |
Set | Sets UInt64 value. |